Game Development Resources? [closed]

Posted by stas on Game Development See other posts from Game Development or by stas
Published on 2012-04-13T22:58:09Z Indexed on 2012/04/13 23:45 UTC
Read the original article Hit count: 195

Filed under:
|
|

I want to make an iPhone game and I was wondering if somebody could point me to some resources. Before you rage and close this, I am not looking for just a tutorial on programming, I could just google that.

I need to find a tutorial on how to actually make a game, as in how to organize your code, what type of methods to run in separate threads, how to manage these threads in a game, etc. I already know everything I need; I can write a physics engine from scratch, I can write a 3D graphics pipeline from scratch, and so on. What I cannot figure out is how to combine all of this knowledge into correctly and efficiently making a game. Obviously for this one would probably go to college, but seeing as I am still in high school, that is not an option.

If anyone would know some tutorials or resources, any pointers would be appreciated.

© Game Development or respective owner

Related posts about iphone

Related posts about programming